home *** CD-ROM | disk | FTP | other *** search
/ Labatt Ice Clubber's Guide Tour / Labatt Ice Clubber's Guide Tour.iso / extras / internet / ftp / glteft22.exe / REG_BUS.HT_ / REG_BUS.HT
Encoding:
Text File  |  1998-09-13  |  13.8 KB  |  399 lines

  1. <HTML>
  2. <!-- last update 27.06.98 /aw -->
  3.  
  4. <HEAD><TITLE>Terrapin Business Users Registration</TITLE>
  5.  
  6. <SCRIPT LANGUAGE="JavaScript">
  7. <!--
  8. function clearOthers(check_number) {
  9.  
  10.     for (i=0;i<7;i++){
  11.         if (i!=check_number) document.reg_global_ftp.elements[i].checked=false;
  12.     }
  13. }
  14.  
  15. function testChecks (){
  16.  
  17.     for (i=0;i<7;i++){
  18.         if (document.reg_global_ftp.elements[i].checked==true) return true;
  19.         }
  20.     return false;
  21. }
  22.  
  23. function submitit() {
  24.  
  25. var strval;
  26. var ind;
  27.  
  28.     if (testChecks() == false){
  29.     
  30.     alert ("You must select the number of user licenses you wish to purchase");
  31.     return (false);
  32.  
  33.     }
  34.  
  35.     strval = document.reg_global_ftp.surname.value;
  36.     
  37.     if (strval.length == 0) {
  38.  
  39.     alert ("You must enter your surname before the form can be sent");
  40.     return (false);
  41.     }
  42.  
  43.     strval = document.reg_global_ftp.firstname.value;
  44.     
  45.     if (strval.length == 0) {
  46.  
  47.     alert ("You must enter your first name before the form can be sent");
  48.     return (false);
  49.     }
  50.  
  51.     strval = document.reg_global_ftp.company.value;
  52.     
  53.     if (strval.length == 0) {
  54.  
  55.     alert ("You must enter your Company name before the form can be sent");
  56.     return (false);
  57.     }
  58.  
  59.     strval = document.reg_global_ftp.address1.value;
  60.     
  61.     if (strval.length == 0) {
  62.  
  63.     alert ("You must enter your address before the form can be sent");
  64.     return (false);
  65.     }
  66.  
  67.     strval = document.reg_global_ftp.town_city.value;
  68.     
  69.     if (strval.length == 0) {
  70.  
  71.     alert ("You must enter your Town or City before the form can be sent");
  72.     return (false);
  73.     }
  74.  
  75.     strval = document.reg_global_ftp.county_state_prov.value;
  76.     
  77.     if (strval.length == 0) {
  78.  
  79.     alert ("You must enter your County, State or Province before the form can be sent");
  80.     return (false);
  81.     }
  82.  
  83.     strval = document.reg_global_ftp.post_zipcode.value;
  84.     
  85.     if (strval.length == 0) {
  86.  
  87.     alert ("You must enter your post or zip code before the form can be sent");
  88.     return (false);
  89.     }
  90.  
  91.     strval = document.reg_global_ftp.country.value;
  92.     
  93.     if (strval.length == 0) {
  94.  
  95.     alert ("You must enter your Country before the form can be sent");
  96.     return (false);
  97.     }
  98.  
  99.     strval = document.reg_global_ftp.tel_no.value;
  100.     
  101.     if (strval.length == 0) {
  102.  
  103.     alert ("You must enter your telephone number before the form can be sent");
  104.     return (false);
  105.     }
  106.  
  107.     strval = document.reg_global_ftp.from.value;
  108.     
  109.     if (strval.length == 0) {
  110.  
  111.     alert ("You must enter your email address before the form can be sent");
  112.     return (false);
  113.     }
  114.  
  115.     ind = strval.indexOf("@");
  116.     if (ind <= 0 || ind == strval.length-1 ||strval.indexOf("@",ind+1) != -1) {
  117.  
  118.     alert ("You must enter a valid email address before the form can be sent");
  119.     return (false);
  120.     }
  121.  
  122.     strval = document.reg_global_ftp.card_number.value;
  123.     
  124.     if (strval.length == 0) {
  125.  
  126.     alert ("You must enter your credit card number before the form can be sent");
  127.     return (false);
  128.     }
  129.  
  130.       return (true);
  131.  
  132. }
  133.  
  134.  
  135. <!-- end script -->
  136. </SCRIPT>
  137.  
  138. </HEAD>
  139.  
  140.  
  141. <BODY BACKGROUND="back.gif"  link="0080ff" vlink="00C8ff" alink="00C8ff"
  142. TOPMARGIN=0>
  143.  
  144.  
  145. <TABLE WIDTH=100% BORDER=0 CELLPADDING=0 CELLSPACING=0>
  146.  
  147. <tr><td align="left"><img src="glob_logo.gif" width="132" height="63">
  148. </td>
  149. <td align="right"><img src="terralogo.gif" width="200" height="63">
  150. </td></tr>
  151. </table>
  152.  
  153. <TABLE WIDTH=576 BORDER=0 CELLPADDING=3 CELLSPACING=0>
  154.  
  155. <TD ALIGN=LEFT valign=middle><IMG SRC="terra_icon_on_off.gif" WIDTH=88 HEIGHT=31></TD>
  156.  
  157. <td rowspan=2><h2 align=center><FONT FACE="MS SANS SERIF,ARIAL">The Global Internet
  158. <FONT COLOR="000080">Terrapin</FONT>
  159. FTP<BR>Business Users Registration Page.</font></h2>
  160.  
  161.  
  162.  
  163. <FONT FACE="MS SANS SERIF,ARIAL">
  164. <P>Note: This registration form is being processed on a secure web server protected by the
  165. Secure Socket Layer protocol and PGP encrypted email.</P>
  166.  
  167. <b><p><IMG SRC="special_offer.gif" ALIGN=right WIDTH=89 HEIGHT=48 HSPACE=0 VSPACE=0>
  168. Thank you for choosing to register Terrapin Software. As a Global Internet business customer
  169. you can license Terrapin FTP Browser and receive a discount of 25% off the list price.</p>
  170.  
  171. <p>To complete your registration by credit card using the <A HREF="#form">form below</A> please
  172. enter the requested information in all boxes.</p>
  173.  
  174. <p>When you send the form;
  175.  
  176.    <UL>
  177. <LI>Confirmation that the form has been sent will be displayed
  178. <LI>You will receive email confirmation of your order along with your registration code
  179. within 48 hours of our receipt of your registration details
  180. </UL></P>
  181.  
  182.  
  183. <P>Terrapin confirms that the information provided to complete your registration will not be disclosed
  184. or sold to any third party for the purposes of solicitation without your prior written consent.</P> 
  185.  
  186. <P>If you prefer, you can register by phone:</p></b>
  187.  
  188. <p><ul>
  189. <li>tel: 01423 530 860
  190. </ul></P>
  191. <p><ul>
  192. <li>Terrapin Internet Ltd<BR>Salisbury Chambers<BR>2 Albert Street<BR>
  193. Harrogate<BR>North Yorkshire<BR>HG1 1JG<BR>England
  194. </ul><p>
  195.  
  196. <P><b>You can also pay by cheque or register by purchase order. For more information about these payment
  197. methods visit the <a href="http://www.terra-net.com/eu/register/reg_ftp.html">register section</a>
  198. of the Terrapin web site.</p></b></font>
  199. <HR>
  200. </td></tr>
  201.  
  202. <TD ALIGN=LEFT valign=middle><IMG SRC="terra_icon_built_with.gif" WIDTH=88 HEIGHT=31></TD>
  203.  
  204. </TABLE>
  205.  
  206. <FORM NAME="reg_global_ftp" ACTION="https://ssl.nsl.co.uk/cgi-bin/secureform" METHOD="Post" onSubmit="return submitit()">
  207.  
  208. <TABLE WIDTH=576 BORDER=0 CELLPADDING=3 CELLSPACING=0>
  209.  
  210. <TD ALIGN=LEFT VALIGN=TOP ROWSPAN=18>
  211.  
  212. <TABLE ALIGN=LEFT WIDTH=80 BORDER=0 CELLPADDING=10 CELLSPACING=0>
  213.  
  214. <TD ALIGN=LEFT><A
  215. HREF="#top"><FONT FACE="ARIAL" SIZE=2><B>Top</B></font></A></TD>
  216.  
  217. </TABLE>
  218.  
  219. <TR><TD COLSPAN=3><H3 ALIGN=CENTER><FONT FACE="MS SANS SERIF,ARIAL"><FONT COLOR="000080">
  220. <A NAME="form">Terrapin</A></FONT> FTP Registration Form</font></H3>
  221. <FONT FACE="MS SANS SERIF,ARIAL">
  222. Input boxes with a * after the title are mandatory. The registration form cannot be sent
  223. unless these boxes are filled in.</font>
  224. <BR><HR>
  225. </TD></TR>
  226.  
  227. <TR><TD COLSPAN=3><H3 ALIGN=CENTER><FONT FACE="MS SANS SERIF,ARIAL">
  228. License details</font></H3></TD></TR>
  229. <TR><TD><B><FONT FACE="MS SANS SERIF,ARIAL">licenses:*</font></B></TD>
  230. <TD><B><FONT FACE="MS SANS SERIF,ARIAL">Global Internet Price:</font></B></TD>
  231. <TD><FONT FACE="MS SANS SERIF,ARIAL">List Price:</font></TD></TR>
  232.  
  233. <TR><TD ALIGN=LEFT>
  234. <FONT FACE="MS SANS SERIF,ARIAL" SIZE=-1>
  235. <INPUT NAME="no_user" TYPE="checkbox" VALUE="1_license=14.95" onClick="clearOthers(0)"> 1 user license</font></td>
  236. <td><FONT FACE="MS SANS SERIF,ARIAL" SIZE=-1><b>ú14.95</b></font></td>
  237. <td><FONT FACE="MS SANS SERIF,ARIAL" SIZE=-1>ú19.95</font></td><tr>
  238.  
  239. <TR><TD ALIGN=LEFT>
  240. <FONT FACE="MS SANS SERIF,ARIAL" SIZE=-1>
  241. <INPUT NAME="no_user" TYPE="checkbox" VALUE="2_license=30" onClick="clearOthers(1)"> 2 user license</font></td>
  242. <td><FONT FACE="MS SANS SERIF,ARIAL" SIZE=-1><b>ú30.00</b></font></td>
  243. <td><FONT FACE="MS SANS SERIF,ARIAL" SIZE=-1>ú40.00</font></td><tr>
  244.  
  245. <TR><TD ALIGN=LEFT>
  246. <FONT FACE="MS SANS SERIF,ARIAL" SIZE=-1>
  247. <INPUT NAME="no_user" TYPE="checkbox" VALUE="5_license=60" onClick="clearOthers(2)"> 5 user license</font></td>
  248. <td><FONT FACE="MS SANS SERIF,ARIAL" SIZE=-1><b>ú60.00</b></font></td>
  249. <td><FONT FACE="MS SANS SERIF,ARIAL" SIZE=-1>ú80.00</font></td><tr>
  250.  
  251. <TR><TD ALIGN=LEFT>
  252. <FONT FACE="MS SANS SERIF,ARIAL" SIZE=-1>
  253. <INPUT NAME="no_user" TYPE="checkbox" VALUE="10_license=112.50" onClick="clearOthers(3)"> 10 user license</font></td>
  254. <td><FONT FACE="MS SANS SERIF,ARIAL" SIZE=-1><b>ú112.50</b></font></td>
  255. <td><FONT FACE="MS SANS SERIF,ARIAL" SIZE=-1>ú150.00</font></td><tr>
  256.  
  257. <TR><TD ALIGN=LEFT>
  258. <FONT FACE="MS SANS SERIF,ARIAL" SIZE=-1>
  259. <INPUT NAME="no_user" TYPE="checkbox" VALUE="25_license=202.50" onClick="clearOthers(4)"> 25 user license</font></td>
  260. <td><FONT FACE="MS SANS SERIF,ARIAL" SIZE=-1><b>ú202.50</b></font></td>
  261. <td><FONT FACE="MS SANS SERIF,ARIAL" SIZE=-1>ú270.00</font></td><tr>
  262.  
  263. <TR><TD ALIGN=LEFT>
  264. <FONT FACE="MS SANS SERIF,ARIAL" SIZE=-1>
  265. <INPUT NAME="no_user" TYPE="checkbox" VALUE="50_license=262.50" onClick="clearOthers(5)"> 50 user license</font></td>
  266. <td><FONT FACE="MS SANS SERIF,ARIAL" SIZE=-1><b>ú262.50</b></font></td>
  267. <td><FONT FACE="MS SANS SERIF,ARIAL" SIZE=-1>ú350.00</font></td><tr>
  268.  
  269. <TR><TD ALIGN=LEFT>
  270. <FONT FACE="MS SANS SERIF,ARIAL" SIZE=-1>
  271. <INPUT NAME="no_user" TYPE="checkbox" VALUE="site_license=375" onClick="clearOthers(6)">site license</font></td>
  272. <td><FONT FACE="MS SANS SERIF,ARIAL" SIZE=-1><b>ú375.00</b></font></td>
  273. <td><FONT FACE="MS SANS SERIF,ARIAL" SIZE=-1>ú500.00</font></tr>
  274.  
  275.  
  276. <INPUT TYPE="hidden" NAME="to" VALUE="regglobbus@terra-net.com">
  277. <INPUT TYPE="hidden" NAME="key" VALUE="register">
  278. <INPUT TYPE="hidden" NAME="page" VALUE="https://ssl.nsl.co.uk/terra-net/global/thankreg.html">
  279. <INPUT TYPE="hidden" NAME="product" VALUE="global_ftp_business_2_2_0_002_prog">
  280.  
  281.  
  282.  
  283. <tr><td colspan=3><FONT FACE="MS SANS SERIF,ARIAL">
  284. The prices shown are inclusive of VAT. Please select the number of licenses your organisation 
  285. wishes to purchase.<br><br>
  286. <FONT FACE="MS SANS SERIF,ARIAL" SIZE=-1>This special discounted price is available 
  287. to business customers of Global Internet. The purchaser is licensed to install and use 
  288. copies of the software on individual computers up to the number of licenses purchased
  289. in accordance with the terms of the License Agreement supplied with the software.<br><hr>
  290.  
  291. </font></td></tr>
  292. </TABLE>
  293.  
  294. <TABLE WIDTH=576 BORDER=0 CELLPADDING=3 CELLSPACING=0>
  295.  
  296. <TD ALIGN=LEFT VALIGN=bottom ROWSPAN=25>
  297.  
  298. <TABLE ALIGN=LEFT WIDTH=80 BORDER=0 CELLPADDING=10 CELLSPACING=0>
  299.  
  300. <TD ALIGN=LEFT><A
  301. HREF="#top"><FONT FACE="ARIAL" SIZE=2><B>Top</B></font></A></TD>
  302.  
  303. </TABLE>
  304.  
  305. <TR><TD COLSPAN=2><H3 ALIGN=CENTER><FONT FACE="MS SANS SERIF,ARIAL">Contact details</font></H3></TD></TR>
  306.  
  307. <TR><TD ALIGN=LEFT><B><FONT FACE="MS SANS SERIF,ARIAL">Surname:*</font></B></TD>
  308.  
  309. <TD ALIGN=LEFT><INPUT NAME="surname" TYPE="text" SIZE=20,1 MAXLENGTH=50></TD></TR>
  310.  
  311. <TR><TD ALIGN=LEFT><B><FONT FACE="MS SANS SERIF,ARIAL">First Name:*</font></B></TD>
  312. <TD ALIGN=LEFT><INPUT NAME="firstname" TYPE="text" SIZE=20,1 MAXLENGTH=50></TD></TR>
  313.  
  314. <TR><TD ALIGN=LEFT><B><FONT FACE="MS SANS SERIF,ARIAL">Company Name:*</font></B></TD>
  315. <TD ALIGN=LEFT><INPUT NAME="company" TYPE="text" SIZE=20,1 MAXLENGTH=50></TD></TR>
  316.  
  317. <TR><TD ALIGN=LEFT VALIGN=TOP><B><FONT FACE="MS SANS SERIF,ARIAL">Address:*</font></B></TD>
  318. <TD ALIGN=LEFT><INPUT NAME="address1" TYPE="text" SIZE=27,1 MAXLENGTH=50><BR>
  319. <INPUT NAME="address2" TYPE="text" SIZE=27 MAXLENGTH=50><BR>
  320. <INPUT NAME="address3" TYPE="text" SIZE=27 MAXLENGTH=50></TD></TR>
  321.  
  322. <TR><TD ALIGN=LEFT><B><FONT FACE="MS SANS SERIF,ARIAL">Town/City:*</font></B></TD>
  323. <TD ALIGN=LEFT><INPUT NAME="town_city" TYPE="text" SIZE=20 MAXLENGTH=50></TD></TR>
  324.  
  325. <TR><TD ALIGN=LEFT><B><FONT FACE="MS SANS SERIF,ARIAL">County/State/Province:*</font></B></TD>
  326. <TD ALIGN=LEFT><INPUT NAME="county_state_prov" TYPE="text" SIZE=20 MAXLENGTH=50></TD></TR>
  327.  
  328. <TR><TD ALIGN=LEFT><B><FONT FACE="MS SANS SERIF,ARIAL">Postal/Zip Code:*</font></B></TD>
  329. <TD ALIGN=LEFT><INPUT NAME="post_zipcode" TYPE="text" SIZE=15 MAXLENGTH=20></TD></TR>
  330.  
  331. <TR><TD ALIGN=LEFT><B><FONT FACE="MS SANS SERIF,ARIAL">Country:*</font></B></TD>
  332. <TD ALIGN=LEFT><INPUT NAME="country" TYPE="text" SIZE=20 MAXLENGTH=50></TD></TR>
  333.  
  334. <TR><TD ALIGN=LEFT><B><FONT FACE="MS SANS SERIF,ARIAL">Telephone No:*</font></B></TD>
  335. <TD ALIGN=LEFT><INPUT NAME="tel_no" TYPE="text" SIZE=15 MAXLENGTH=50></TD></TR>
  336.  
  337. <TR><TD ALIGN=LEFT><B><FONT FACE="MS SANS SERIF,ARIAL">Email Address:*</font></B></TD>
  338. <TD ALIGN=LEFT><INPUT NAME="from" TYPE="text" SIZE=27,1 MAXLENGTH=100></TD></TR>
  339.  
  340.  
  341. <TR><TD COLSPAN=2><HR></TD></TR>
  342.  
  343. <TR><TD COLSPAN=2></TD></TR>
  344. <TR><TD COLSPAN=2><H3 ALIGN=CENTER><FONT FACE="MS SANS SERIF,ARIAL">Credit Card details</font></H3></TD></TR>
  345. <TR><TD ALIGN=LEFT><B><FONT FACE="MS SANS SERIF,ARIAL">Credit Card:*</font></B></TD>
  346.  
  347. <TD ALIGN=LEFT>
  348. <SELECT NAME="CARDTYPE" SIZE=1><OPTION>Visa<OPTION>Mastercard<OPTION>Access<OPTION>Eurocard<OPTION>
  349. Switch<OPTION>American Express</SELECT>
  350. </TD></TR>
  351.  
  352. <TR><TD ALIGN=LEFT><B><FONT FACE="MS SANS SERIF,ARIAL">Credit Card Number:*</font></B></TD>
  353. <TD ALIGN=LEFT><INPUT NAME="card_number" TYPE="text" SIZE=20,1 MAXLENGTH=50></TD></TR>
  354.  
  355. <TR><TD ALIGN=LEFT><B><FONT FACE="MS SANS SERIF,ARIAL">Expiry Date:*</font></B></TD>
  356.  
  357. <TD ALIGN=LEFT>
  358. <SELECT NAME="expire_month" SIZE=1>
  359. <OPTION>Jan (1)<OPTION>Feb (2)<OPTION>March (3)<OPTION>April (4)<OPTION>May (5)<OPTION>June (6)
  360. <OPTION>July (7)<OPTION>Aug (8)<OPTION>Sep (9)<OPTION>Oct (10)<OPTION>Nov (11)<OPTION>Dec (12)
  361. </SELECT>
  362.  
  363. <SELECT NAME="expire_year" SIZE=1>
  364. <OPTION>1998<OPTION>1999<OPTION>2000<OPTION>2001<OPTION>2002<OPTION>2003<OPTION>2004<OPTION>2005<OPTION>2006
  365. </SELECT>
  366.  
  367. <TR><TD ALIGN=LEFT><B><FONT FACE="MS SANS SERIF,ARIAL">Issue No:</B><FONT SIZE=-1> (Switch only)</font></FONT></TD>
  368.  
  369. <TD ALIGN=LEFT><INPUT NAME="issue_no" TYPE="text" SIZE=10 MAXLENGTH=4></TD></TR>
  370.  
  371.  
  372. </TD></TR>
  373. <TR><TD COLSPAN=2><HR></TD></TR>
  374. <TR><TD COLSPAN=2><FONT FACE="MS SANS SERIF,ARIAL">
  375. Clicking the Send Form button below represents an offer to purchase
  376. the product from Terrapin Internet Ltd. In so doing, you are also agreeing that you have read
  377. the User License Agreement supplied with the product and that you are in agreement with the terms
  378. and conditions therein.</font></TD></TR>
  379.  
  380. <TR><TD COLSPAN=2><HR></TD></TR>
  381. <TR><TD COLSPAN=2><FONT FACE="MS SANS SERIF,ARIAL">
  382. <b><center>Before clicking the Send Form button make sure you are connected to the internet</center></b>
  383. </td></tr>
  384. <TR><TD ALIGN=CENTER><INPUT NAME="GO_REG" TYPE="submit" VALUE="Send Form"></TD>
  385. <TD ALIGN=CENTER><INPUT NAME="CLEAR_RESTART" TYPE="reset" VALUE="Clear Form"></TD>
  386. </TR>
  387.  
  388. <TR><TD COLSPAN=2><FONT FACE="MS SANS SERIF,ARIAL">
  389. Processing your Registration may take up to 2 minutes depending on Internet traffic.
  390. Confirmation that your registration has been received will be displayed shortly.</font></TD></TR>
  391.  
  392.  
  393. </TABLE>
  394. </BODY></HTML>
  395.  
  396.  
  397.  
  398. <!--Sig 55673:2470521392 -->
  399.